翻訳と辞書
Words near each other
・ Logic maze
・ Logic model
・ Logic of Argumentation
・ Logic of class
・ Logic of Computable Functions
・ Logic of Empire
・ Logic of graphs
・ Logic of information
・ Logic optimization
・ Logic Pro
・ Logic probe
・ Logic programming
・ Logic Programming Associates
・ Logic puzzle
・ Logic Quest 3D
Logic redundancy
・ Logic simulation
・ Logic Spectacles
・ Logic Studio
・ Logic synthesis
・ Logic system
・ Logic Theorist
・ Logic Trunked Radio
・ Logic Will Break Your Heart
・ Logic Wireless
・ Logic Works
・ Logic-Based Therapy
・ Logica
・ Logica nova
・ Logica Universalis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Logic redundancy : ウィキペディア英語版
Logic redundancy
Logic redundancy occurs in a digital gate network containing circuitry that does not affect the static logic function. There are several reasons why logic redundancy may exist. One reason is that it may have been added deliberately to suppress transient glitches (thus causing a race condition) in the output signals by having two or more product terms overlap with a third one.
Consider the following equation:
:
Y = A B + \overline C + B C.

The third product term BC is a redundant consensus term. If A switches from 1 to 0 while B = 1 and C = 1, Y remains 1. During the transition of signal A in logic gates, both the first and second term may be 0 momentarily. The third term prevents a glitch since its value of 1 in this case is not affected by the transition of signal A.
Another reason for logic redundancy is poor design practices which unintentionally result in logically redundantly terms. This causes an unnecessary increase in network complexity, and possibly hampering the ability to test manufactured designs using traditional test methods (single stuck-at fault models). (Note: testing might be possible using IDDQ models.)
==Removing logic redundancy==
Logic redundancy is, in general, not desired.
Redundancy, by definition, requires extra parts (in this case: logical terms) which raises the cost of implementation (either actual cost of physical parts or CPU time to process).
Logic redundancy can be removed by several well-known techniques, such as Karnaugh maps, the Quine–McCluskey algorithm, and the heuristic computer method.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Logic redundancy」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.